Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NAsIterator<TFrom,TTo> Class
Members


In This Topic
    NAsIterator<TFrom,TTo> Class
    In This Topic
    An iterator, which aggregates another iterator and casts it output to the specified type.
    Object Model
    NAsIterator<TFrom,TTo> Class
    Syntax
    'Declaration
     
    
    Public Class NAsIterator
        (Of TFrom As Class,
         TTo As Class) 
       Implements INIterator(Of TTo) 
    'Usage
     
    
    Dim instance As NAsIterator(Of TFrom,TTo)
    public class NAsIterator<TFrom,TTo> : INIterator<TTo>  
    where TFrom: class
    where TTo: class
    Type Parameters
    TFrom
    TTo
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NAsIterator<TFrom,TTo>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also